home *** CD-ROM | disk | FTP | other *** search
/ iBrowse Update Disc / iBrowse Update Disc.iso / distrib / tutor / Tutorials / StarComms < prev   
Text File  |  1995-03-23  |  59KB  |  2,370 lines

  1. ============================================================================
  2.                            Star command summaries
  3. ============================================================================
  4.  
  5.  
  6. Introduction
  7. ============
  8.  
  9. This is an alphabetical list of every * Command available under RISC OS 3
  10. (version 3.60). It does not contain * Commands provided by the addition of
  11. expansion cards or extra filing systems.
  12.  
  13. Each command is followed by a short explanation of its function and its
  14. command syntax. This is not intended as a complete explanation of the
  15. command, but as a quick reference for experienced users who may prefer to
  16. use the command line. All of these commands are explained in greater detail
  17. in the RISC OS 3 Programmer's Reference Manual.
  18.  
  19.  
  20. Command syntax
  21. ==============
  22.  
  23. The syntax of each command is described in a standard way. The symbols
  24. used in syntax descriptions are:
  25.  
  26. <value>         indicates that an actual value must be substituted. For
  27.                 example, <filename> means that an actual filename must be
  28.                 supplied.
  29.  
  30. [...]           indicates that the item enclosed in the square brackets is
  31.                 optional.
  32.  
  33. |               indicates alternatives. For example, 0 | 1 means that the
  34.                 value 0 or 1 must be supplied.
  35.  
  36.  
  37. The star commands
  38. =================
  39.  
  40. *Access
  41. -------
  42. *Access changes the attributes of all objects matching the wildcard
  43. specification. These attributes control whether you can run, read from,
  44. write to and delete a file.
  45.  
  46. Attributes are:
  47.  
  48.     L   Lock object against deletion by any user
  49.     W   Write permission for you
  50.     R   Read permission for you
  51.     /   Separator between your permissions and the public's
  52.     W   Write permission for the public (on a network)
  53.     R   Read permission for the public (on a network)
  54.  
  55. *Access <object_spec> [<attributes>]
  56.  
  57. *AddApp
  58. -------
  59. *AddApp adds entries in Resources:$.Apps (the Apps icon on the icon bar) for
  60. all applications matching the wildcard pattern in the given directory, or in
  61. the current directory if none is specified.
  62.  
  63. *AddApp [<directory>.]<pattern>
  64.  
  65. *AddFS
  66. ------
  67. *AddFS adds a remote file server's disc to the list of file servers' discs
  68. that are known to NetFS. If only the file server is specified, then all its
  69. discs will be removed from the list.
  70.  
  71. *AddFS <file_server_number> [<disc_number> [:]<disc_name>]
  72.  
  73. *AddTinyDir
  74. -----------
  75. *AddTinyDir adds a file, application or directory to the icon bar. If no
  76. pathname is given, and there is no TinyDir icon already present on the icon
  77. bar, it adds a blank directory icon to the icon bar.
  78.  
  79. *AddTinyDir [<object>]
  80.  
  81. *ADFS
  82. -----
  83. *ADFS selects the Advanced Disc Filing System as the current filing system.
  84.  
  85. *ADFS
  86.  
  87. *Alias
  88. ------
  89. *Alias sets an alias for a command.
  90.  
  91. *Alias <alias> <command>
  92.  
  93. *Alphabet
  94. ---------
  95. *Alphabet selects an alphabet, setting the character set according to the
  96. country name or alphabet name. With no parameter, this command displays the
  97. currently selected alphabet.
  98.  
  99. *Alphabet [<country_name>|<alphabet_name>]
  100.  
  101. *Alphabets
  102. ----------
  103. *Alphabets lists all the alphabets currently supported.
  104.  
  105. *Alphabets
  106.  
  107. *Append
  108. -------
  109. *Append opens an existing file so you can add more data to the end of the
  110. file. Pressing Escape finishes the input.
  111.  
  112. *Append <filename>
  113.  
  114. *AppSize
  115. --------
  116. *AppSize moves memory into or out of the RMA. This command is used at
  117. startup to shrink the RMA to its smallest possible size, and should not be
  118. used by other applications.
  119.  
  120. *AppSize <size>[K]
  121.  
  122. *Audio
  123. ------
  124. *Audio turns the Sound system on or off.
  125.  
  126. *Audio On|Off
  127.  
  128. *Back
  129. -----
  130. *Back swaps the current and previously selected directories on the current
  131. filing system.
  132.  
  133. *Back
  134.  
  135. *BackDrop
  136. ---------
  137. *BackDrop puts the first sprite in the given sprite file on the desktop
  138. background. If no filename is specified, the current backdrop's placing is
  139. altered.
  140.  
  141. *BackDrop [-Centre|-Scale|-Tile|-Remove] [<filename>]
  142.  
  143. *Backup
  144. -------
  145. *Backup copies the used part of one floppy disc to another; free space is
  146. not copied.
  147.  
  148. *Backup <source_drive> <dest_drive> [Q]
  149.  
  150. *BASIC
  151. ------
  152. *BASIC starts the ARM BBC BASIC V interpreter.
  153.  
  154. For full details of BBC BASIC, see the BBC BASIC Reference Manual, available
  155. from your Acorn supplier.
  156.  
  157. *BASIC [<options>]
  158.  
  159. *BASIC64
  160. --------
  161. *BASIC64 starts the ARM BBC BASIC VI interpreter, supplied on disc with your
  162. RISC OS computer - provided its module has already been loaded. If *BASIC64
  163. fails, load the module with '*RMLoad System:Modules.BASIC64'.
  164.  
  165. For full details of BBC BASIC, see the BBC BASIC Reference Manual, available
  166. from your Acorn supplier.
  167.  
  168. *BASIC64 [<options>]
  169.  
  170. *BlankTime
  171. ----------
  172. *BlankTime sets the time in seconds before the screen blanks. If, during
  173. this time, there is no activity (i.e. no keyboard or mouse input is
  174. received, and - with the W option - there is no writing to the screen) the
  175. screen then blanks.
  176.  
  177. The blank time is only retained until the next reset.
  178.  
  179. *BlankTime [W|O] [<time>]
  180.  
  181. *BreakClr
  182. ---------
  183. *BreakClr removes the breakpoint at the specified address or register value.
  184. If you give no parameter then you can remove all breakpoints.
  185.  
  186. *BreakClr [<addr>|<reg>]
  187.  
  188. *BreakList
  189. ----------
  190. *BreakList lists all the breakpoints that are currently set.
  191.  
  192. *BreakList
  193.  
  194. *BreakSet
  195. ---------
  196. *BreakSet sets a breakpoint at the specified address or register value.
  197.  
  198. *BreakSet <addr>|<reg>
  199.  
  200. *Build
  201. ------
  202. *Build opens a new file and directs subsequent input to it. Pressing Escape
  203. finishes the input.
  204.  
  205. *Build <filename>
  206.  
  207. *Bye
  208. ----
  209. *Bye ends a filing system session by closing all files and unsetting all
  210. directories and libraries.
  211.  
  212. Other actions are filing system dependent, and where relevant may include
  213. dismounting discs, parking the heads of hard discs, and logging off the
  214. current fileserver.
  215.  
  216. *Bye
  217. *Bye [[:]<file_server>]                                         (NetFS syntax)
  218.  
  219. *Cache
  220. -----
  221. *Cache turns the cache on or off. With no parameter, it gives the
  222. cache's current state.
  223.  
  224. *Cache [On|Off]
  225.  
  226. *Cat
  227. ----
  228. *Cat lists all the objects in a directory (by default the current
  229. directory).
  230.  
  231. *Cat [<directory>]
  232.  
  233. *CDDevices
  234. ----------
  235. *CDDevices displays all the CD devices connected, their product name,
  236. capacity, firmware revision, and their SCSI ID (displayed as device, LUN,
  237. and card; or as zeroes for non-SCSI devices).
  238.  
  239. *CDDevices
  240.  
  241. *CDFS
  242. -----
  243. *CDFS selects the CD-ROM Filing System as the current filing system.
  244.  
  245. *CDFS
  246.  
  247. *CDir
  248. -----
  249. *CDir creates a directory with the specified pathname. On NetFS, you can
  250. also give the size of the directory.
  251.  
  252. *CDir <directory> [<size_in_entries>]
  253.  
  254. *CDSpeed
  255. --------
  256. *CDSpeed displays or sets the read speed of the given CD-ROM drive, or of
  257. the current drive if none is specified.
  258.  
  259. *CDSpeed [<drive> [<speed>]]
  260.  
  261. *ChangeDynamicArea
  262. ------------------
  263. *ChangeDynamicArea changes the size of the font cache, system sprite area
  264. and/or RAM disc.
  265.  
  266. *ChangeDynamicArea [-FontSize <n>[K]] [-SpriteSize <n>[K]]
  267.                    [-RamFsSize <n>[K]]
  268.  
  269. *ChannelVoice
  270. -------------
  271. *ChannelVoice assigns a voice to a channel. By default, only the first of
  272. the eight voices will be available. To make others available, use the BASIC
  273. VOICES <n> command.
  274.  
  275. *ChannelVoice <channel><voice_number>|<voice_name>
  276.  
  277. *CheckMap
  278. ---------
  279. *CheckMap checks that the map of an E- or F-format disc has the correct
  280. checksums and is consistent with the directory tree. If only one copy of the
  281. map is good, it allows you to rewrite the bad one with the information in
  282. the good one.
  283.  
  284. If bad map information cannot be cured, you should backup all of your files
  285. and then reformat your hard disc. Contact your supplier for more
  286. information.
  287.  
  288. *CheckMap [<disc_spec>]
  289.  
  290. *Close
  291. ------
  292. *Close closes all open files on the current filing system.
  293.  
  294. *Close
  295.  
  296. *ColourTrans...
  297. ---------------
  298. *ColourTrans... commands are for internal use only, and you should not use
  299. them.
  300.  
  301. *Compact
  302. --------
  303. *Compact collects together free space on a disc by moving files.
  304.  
  305. *Compact [<disc_spec>]
  306.  
  307. *Configure
  308. ----------
  309. *Configure sets the value of a configuration option in the CMOS RAM. If no
  310. parameters are specified, the available configuration options are listed.
  311.  
  312. *Configure [<option> [<value>]]
  313.  
  314. *Configure ADFSbuffers
  315. ----------------------
  316. *Configure ADFSbuffers sets the configured number of 1 Kbyte file buffers
  317. reserved for ADFS in order to speed up operations on open files. A value of
  318. 1 sets a default value appropriate to the computer's RAM size; a value of 0
  319. disables fast buffering on open files.
  320.  
  321. *Configure ADFSbuffers <n>
  322.  
  323. *Configure ADFSDirCache
  324. -----------------------
  325. *Configure ADFSDirCache sets the configured amount of memory reserved for
  326. the directory cache. A value of 0 sets a default value appropriate to the
  327. computer's RAM size.
  328.  
  329. *Configure ADFSDirCache <size>[K]
  330.  
  331. *Configure Baud
  332. ---------------
  333. *Configure Baud sets the configured baud rate for the serial port. Baud
  334. rates are:
  335.  
  336.     0        9600
  337.     1          75
  338.     2         150
  339.     3         300
  340.     4        1200
  341.     5        2400
  342.     6        4800
  343.     7        9600
  344.     8       19200
  345.  
  346. *Configure Baud <n>
  347.  
  348. *Configure Boot
  349. ---------------
  350. *Configure Boot sets the configured boot action so that a power on, reset or
  351. Ctrl Break runs a boot file.
  352.  
  353. *Configure Boot
  354.  
  355. *Configure BootNet
  356. ------------------
  357. *Configure BootNet sets the configured state for whther or not the AUN
  358. software is to be loaded from ROM.
  359.  
  360. *Configure BootNet On|Off
  361.  
  362. *Configure BST
  363. --------------
  364. *Configure BST (short for British Summer Time) is identical to the command
  365. *Configure DST, and is enabled only on machines configured for the UK
  366. territory.
  367.  
  368. *Configure BST
  369.  
  370. *Configure Cache
  371. ----------------
  372. *Configure Cache sets the configured cache state to be on or off.
  373.  
  374. *Configure Cache On|Off
  375.  
  376. *Configure Caps
  377. ---------------
  378. *Configure Caps sets the configured value for Caps Lock to ON.
  379.  
  380. *Configure Caps
  381.  
  382. *Configure CDROMBuffers
  383. -----------------------
  384. *Configure CDROMBuffers sets the configured amount of memory reserved for
  385. CD-ROM buffering, in kilobytes.
  386.  
  387. *Configure CDROMBuffers <size>[K]
  388.  
  389. *Configure CDROMDrives
  390. ----------------------
  391. *Configure CDROMDrives sets the configured number of CD-ROM drives
  392. recognised at power on.
  393.  
  394. *Configure CDROMDrives <n>
  395.  
  396. *Configure Country
  397. ------------------
  398. *Configure Country sets the configured alphabet and keyboard layout.
  399.  
  400. *Configure Country <country_name>
  401.  
  402. *Configure Data
  403. ---------------
  404. *Configure Data sets the configured data word format for the serial port.
  405. Data formats are:
  406.  
  407.    <n>  Word length  Parity  Stop bits
  408.  
  409.     0        7        even       2
  410.     1        7        odd        2
  411.     2        7        even       1
  412.     3        7        odd        1
  413.     4        8        none       2
  414.     5        8        none       1
  415.     6        8        even       1
  416.     7        8        odd        1
  417.  
  418. *Configure Data <n>
  419.  
  420. *Configure Delay
  421. ----------------
  422. *Configure Delay sets the configured delay in centiseconds before keys start
  423. to auto-repeat. A value of zero disables auto-repeat.
  424.  
  425. *Configure Delay <n>
  426.  
  427. *Configure Dir
  428. --------------
  429. *Configure Dir sets the configured disc mounting so that discs are mounted
  430. at power on.
  431.  
  432. *Configure Dir
  433.  
  434. *Configure Drive
  435. ----------------
  436. *Configure Drive sets the configured number of the drive that is selected at
  437. power on.
  438.  
  439. *Configure Drive <n>
  440.  
  441. *Configure DST
  442. --------------
  443. *Configure DST sets the configured value for daylight saving time to ON.
  444.  
  445. The time zone is set when you configure your computer's territory, rather
  446. than by this command.
  447.  
  448. *Configure DST
  449.  
  450. *Configure DumpFormat
  451. ---------------------
  452. *Configure DumpFormat sets the configured format used by the *Dump, *List
  453. and *Type commands. Formats are:
  454.  
  455.     0       GSTrans format (eg |A for ASCII 1)
  456.     1       Full stop '.'
  457.     2       <d>, where d is a decimal number
  458.     3       <&h>, where h is a hexadecimal number
  459.  
  460. *Configure DumpFormat <n>
  461.  
  462. *Configure FileSystem
  463. ---------------------
  464. *Configure FileSystem sets the configured filing system to be used at power
  465. on or hard reset.
  466.  
  467. *Configure FileSystem <fs_name>|<fs_number>
  468.  
  469. *Configure Floppies
  470. -------------------
  471. *Configure Floppies sets the configured number of floppy disc drives
  472. recognised at power on.
  473.  
  474. *Configure Floppies <n>
  475.  
  476. *Configure FontMax
  477. ------------------
  478. *Configure FontMax sets the configured maximum size of the font cache.
  479.  
  480. *Configure FontMax <m>K|<n>
  481.  
  482. *Configure FontMax1
  483. -------------------
  484. *Configure FontMax1 sets the maximum height at which to scale from a bitmap
  485. font rather than from an outline font.
  486.  
  487. *Configure FontMax1 <max_height>
  488.  
  489. *Configure FontMax2
  490. -------------------
  491. *Configure FontMax2 sets the maximum height at which to scale from outlines
  492. to anti-aliased bitmaps, rather than to 1 bit per pixel bitmaps.
  493.  
  494. *Configure FontMax2 <max_height>
  495.  
  496. *Configure FontMax3
  497. -------------------
  498. *Configure FontMax3 sets the maximum height at which to retain bitmaps in
  499. the cache, rather than the outlines from which they were converted.
  500.  
  501. *Configure FontMax3 <max_height>
  502.  
  503. *Configure FontMax4
  504. -------------------
  505. *Configure FontMax4 sets the maximum width at which to use horizontal
  506. subpixel anti-aliasing.
  507.  
  508. *Configure FontMax4 <max_width>
  509.  
  510. *Configure FontMax5
  511. -------------------
  512. *Configure FontMax5 sets the maximum height at which to use vertical
  513. subpixel anti-aliasing.
  514.  
  515. *Configure FontMax5 <max_height>
  516.  
  517. *Configure FontSize
  518. -------------------
  519. *Configure FontSize sets the configured amount of memory reserved for the
  520. font cache.
  521.  
  522. *Configure FontSize <size>K
  523.  
  524. *Configure FS
  525. -------------
  526. *Configure FS sets the configured default file server for NetFS.
  527.  
  528. *Configure FS <file_server>
  529.  
  530. *Configure GMT
  531. --------------
  532. *Configure GMT (short for Greenwich Mean Time) is identical to the command
  533. *Configure NoDST, and is enabled only on machines configured for the UK
  534. territory.
  535.  
  536. *Configure GMT
  537.  
  538. *Configure IDEDiscs
  539. -------------------
  540. *Configure IDEDiscs sets the configured number of IDE hard disc drives
  541. recognised at power on.
  542.  
  543. *Configure IDEDiscs <n>
  544.  
  545. *Configure Ignore
  546. -----------------
  547. *Configure Ignore sets the configured printer ignore character.
  548.  
  549. *Configure Ignore [<ASCII_code>]
  550.  
  551. *Configure Language
  552. -------------------
  553. *Configure Language sets the configured language used at power on.
  554.  
  555. *Configure Language <module_no>
  556.  
  557. *Configure Lib
  558. --------------
  559. *Configure Lib sets the configured library selected by NetFS after logon
  560. (0 for the default library, 1 for $.ArthurLib).
  561.  
  562. *Configure Lib [0 | 1]
  563.  
  564. *Configure Loud
  565. ---------------
  566. *Configure Loud sets the configured volume for the beep to its loudest
  567. volume.
  568.  
  569. *Configure Loud
  570.  
  571. *Configure Mode
  572. ---------------
  573. *Configure Mode sets the configured screen mode used by the machine. It is
  574. identical to the command *Configure WimpMode.
  575.  
  576. *Configure Mode <screen_mode>|Auto
  577.  
  578. *Configure MonitorType
  579. ----------------------
  580. *Configure MonitorType sets the configured monitor type. Monitor types are:
  581.  
  582.     0       50Hz TV standard colour or monochrome monitor
  583.     1       Multiscan monitor
  584.     2       Hi-resolution 64Hz monochrome monitor
  585.     3       VGA-type monitor
  586.     4       Super-VGA-type monitor
  587.     5       LCD (liquid crystal display) - only available on portables
  588.     6
  589.     7       Monitor description file
  590.  
  591. *Configure MonitorType <n>|Auto
  592.  
  593. *Configure MouseStep
  594. --------------------
  595. *Configure MouseStep sets the configured value for how fast the pointer
  596. moves as you move the mouse. Although values up to 127 are accepted,
  597. anything above 6 is impractical.
  598.  
  599. *Configure MouseStep <n>
  600.  
  601. *Configure MouseType
  602. --------------------
  603. *Configure MouseType sets the configured pointer device to be used
  604. thereafter. Device types are:
  605.  
  606.       0     Quadrature mouse
  607.       1     Microsoft mouse
  608.       2     Mouse Systems mouse
  609.       3     PS/2 mouse
  610.  
  611. *Configure MouseType <device_type>
  612.  
  613. *Configure NoBoot
  614. -----------------
  615. *Configure NoBoot sets the configured boot action so that a Shift power on,
  616. Shift reset or Shift Break runs a boot file.
  617.  
  618. *Configure NoBoot
  619.  
  620. *Configure NoCaps
  621. -----------------
  622. *Configure NoCaps sets the configured value for Caps Lock to OFF.
  623.  
  624. *Configure NoCaps
  625.  
  626. *Configure NoDir
  627. ----------------
  628. *Configure NoDir sets the configured disc mounting so that discs are not
  629. mounted at power on.
  630.  
  631. *Configure NoDir
  632.  
  633. *Configure NoDST
  634. ----------------
  635. *Configure NoDST sets the configured value for daylight saving time to OFF.
  636.  
  637. The time zone is set when you configure your computer's territory, rather
  638. than by this command.
  639.  
  640. *Configure NoDST
  641.  
  642. *Configure NoScroll
  643. -------------------
  644. *Configure NoScroll sets the configured scrolling so the screen does not
  645. scroll upwards at the end of a line.
  646.  
  647. *Configure NoScroll
  648.  
  649. *Configure Print
  650. ----------------
  651. *Configure Print sets the configured default destination for printed output.
  652. Destinations are:
  653.  
  654.     0       Null (no output)
  655.     1       Parallel port
  656.     2       Serial port
  657.     3       Path in system variable PrinterType$3 (reserved for user)
  658.     4       Network printer (handled through Netprint)
  659.     5-7     Path in system variables PrinterType$5, 6 or 7
  660.  
  661. *Configure Print <n>
  662.  
  663. *Configure PrinterBufferSize
  664. ----------------------------
  665. *Configure PrinterBufferSize sets the configured amount of memory reserved
  666. for printer buffering. You should not use this command.
  667.  
  668. *Configure PrinterBufferSize <m>K|<n>
  669.  
  670. *Configure PS
  671. -------------
  672. *Configure PS sets the configured default network printer server.
  673.  
  674. *Configure PS <printer_server>
  675.  
  676. *Configure Quiet
  677. ----------------
  678. *Configure Quiet sets the configured volume for the beep to half its loudest
  679. volume.
  680.  
  681. *Configure Quiet
  682.  
  683. *Configure RamFSSize
  684. --------------------
  685. *Configure RamFSSize sets the configured amount of memory reserved for the
  686. RAM Filing System to use.
  687.  
  688. *Configure RamFSSize <m>K|<n>
  689.  
  690. *Configure Repeat
  691. -----------------
  692. *Configure Repeat sets the configured interval in centiseconds between the
  693. generation of auto-repeat keys. To completely disable auto-repeat, set the
  694. delay to zero; *Configure Delay 0 will do this.
  695.  
  696. *Configure Repeat <n>
  697.  
  698. *Configure RMASize
  699. ------------------
  700. *Configure RMASize sets the configured extra area of memory reserved for
  701. relocatable modules.
  702.  
  703. *Configure RMASize <m>K|<n>
  704.  
  705. *Configure ScreenSize
  706. ---------------------
  707. *Configure ScreenSize sets the configured amount of memory reserved for
  708. screen display.
  709.  
  710. *Configure ScreenSize <m>K|<n>
  711.  
  712. *Configure Scroll
  713. -----------------
  714. *Configure Scroll sets the configured scrolling so the screen scrolls
  715. upwards at the end of a line.
  716.  
  717. *Configure Scroll
  718.  
  719. *Configure ShCaps
  720. -----------------
  721. *Configure ShCaps sets the configured value for Caps Lock to ON, Shift
  722. producing lower case letters.
  723.  
  724. *Configure ShCaps
  725.  
  726. *Configure SoundDefault
  727. -----------------------
  728. *Configure SoundDefault sets the configured speaker setting, volume and
  729. voice.
  730.  
  731. *Configure SoundDefault <speaker> <volume> <voice_number>
  732.  
  733. *Configure SoundSystem
  734. ----------------------
  735. *Configure SoundSystem sets the configured value for the type of sound
  736. hardware to use, and for whether to use oversampling for 16 bit sound.
  737.  
  738. *Configure SoundSystem 8bit | 16bit [oversampled] | <n>
  739.  
  740. *Configure SpriteSize
  741. ---------------------
  742. *Configure SpriteSize sets the configured amount of memory reserved for the
  743. system sprite area.
  744.  
  745. *Configure SpriteSize <m>K|<n>
  746.  
  747. *Configure Step
  748. ---------------
  749. *Configure Step sets the configured step rate of one or all floppy disc
  750. drives.
  751.  
  752. *Configure Step <n> [<drive>]
  753.  
  754. *Configure Sync
  755. ---------------
  756. *Configure Sync sets the configured type of synchronisation for vertical
  757. sync output.
  758.  
  759. *Configure Sync 0|1|Auto
  760.  
  761. *Configure SystemSize
  762. ---------------------
  763. *Configure SystemSize sets the configured extra area of memory reserved for
  764. the system heap.
  765.  
  766. *Configure SystemSize <m>K|<n>
  767.  
  768. *Configure Territory
  769. --------------------
  770. *Configure Territory sets the configured default territory for the machine.
  771. Use this command with caution; if you set a territory that is unavailable
  772. your computer will not start, and so you will have to reset your CMOS RAM.
  773.  
  774. *Configure Territory <territory>
  775.  
  776. *Configure TimeZone
  777. -------------------
  778. *Configure TimeZone sets the configured local time offset from UTC. The time
  779. offset must be in the range -13:45 to +13:45, and must be an exact multiple
  780. of 15 minutes.
  781.  
  782. *Configure TimeZone [+|-]<hours>[:<minutes>]
  783.  
  784. *Configure Truncate
  785. -------------------
  786. *Configure Truncate sets the configured value for whether or not filenames
  787. are truncated when too long for a filing system to handle.
  788.  
  789. *Configure Truncate On|Off
  790.  
  791. *Configure TV
  792. -------------
  793. *Configure TV sets the configured vertical screen alignment and screen
  794. interlace.
  795.  
  796. *Configure TV [<vert_align>[[,]<interlace>]]
  797.  
  798. *Configure WimpAutoMenuDelay
  799. ----------------------------
  800. *Configure WimpAutoMenuDelay sets the configured time the pointer must rest
  801. over a menu item before its submenu (if any) is automatically opened.
  802.  
  803. *Configure WimpAutoMenuDelay <delay>
  804.  
  805. *Configure WimpDoubleClickDelay
  806. -------------------------------
  807. *Configure WimpDoubleClickDelay sets the configured time after a single
  808. click during which a double click is accepted.
  809.  
  810. *Configure WimpDoubleClickDelay <delay>
  811.  
  812. *Configure WimpDoubleClickMove
  813. ------------------------------
  814. *Configure WimpDoubleClickMove sets the configured distance from the
  815. position of a single click within which a double click is accepted.
  816.  
  817. *Configure WimpDoubleClickMove <distance>
  818.  
  819. *Configure WimpDragDelay
  820. ------------------------
  821. *Configure WimpDragDelay sets the configured time after a single click after
  822. which a drag is started.
  823.  
  824. *Configure WimpDragDelay <delay>
  825.  
  826. *Configure WimpDragMove
  827. -----------------------
  828. *Configure WimpDragMove sets the configured distance from the position of a
  829. single click that the pointer has to move for a drag to be started.
  830.  
  831. *Configure WimpDragMove <distance>
  832.  
  833. *Configure WimpFlags
  834. --------------------
  835. *Configure WimpFlags sets the configured behaviour of windows when dragged,
  836. and of error boxes:
  837.  
  838.     Bit    Meaning when set
  839.  
  840.     0      window position drags are continuously redrawn
  841.     1      window resizing drags are continuously redrawn
  842.     2      horizontal scroll drags are continuously redrawn
  843.     3      vertical scroll drags are continuously redrawn
  844.     4      no beep is generated when an error box appears
  845.     5      windows can be dragged partly off screen to right and bottom
  846.     6      windows can be dragged partly off screen in all directions
  847.     7      open submenus automatically
  848.  
  849. *Configure WimpFlags <n>
  850.  
  851. *Configure WimpFont
  852. -------------------
  853. *Configure WimpFont sets the configured value for the font to use on the
  854. desktop. A parameter of 0 sets the font from Wimp$Font* system variables; a
  855. parameter of 1 sets the System font; parameters 2 - 15 set a ROM font.
  856.  
  857. *Configure WimpFont <n>
  858.  
  859. *Configure WimpMenuDragDelay
  860. ----------------------------
  861. *Configure WimpMenuDragDelay sets the configured time before an
  862. automatically opened submenu is closed. During this time you can move the
  863. pointer over other menu entries without closing the submenu, making it easy
  864. to reach the submenu.
  865.  
  866. *Configure WimpMenuDragDelay <delay>
  867.  
  868. *Configure WimpMode
  869. -------------------
  870. *Configure WimpMode sets the configured screen mode used by the machine. It
  871. is identical to the command *Configure Mode.
  872.  
  873. *Configure WimpMode <screen_mode>|Auto
  874.  
  875. *Continue
  876. ---------
  877. *Continue resumes execution after a breakpoint, using the saved state.
  878.  
  879. *Continue
  880.  
  881. *Copy
  882. -----
  883. *Copy makes a copy between directories of any object(s) that match the given
  884. wildcard specification. Options are taken from the system variable
  885. Copy$Options, and those given to the command.
  886.  
  887.     Options (use `~' to force off, e.g. ~C):                       Default
  888.  
  889.     A(ccess)        Force destination access to same as source         ON
  890.     C(onfirm)       Prompt for confirmation of each copy               ON
  891.     D(elete)        Delete the source object after copy                OFF
  892.     F(orce)         Force overwriting of existing objects              OFF
  893.     L(ook)          Look at destination before loading source file     OFF
  894.     N(ewer)         Copy only if source more recent than destination   OFF
  895.     P(rompt)        Prompt for disc to be changed as needed in copy    OFF
  896.     Q(uick)         Use application workspace as a buffer              OFF
  897.     R(ecurse)       Copy subdirectories and contents                   OFF
  898.     S(tamp)         Restamp date-stamped files after copying           OFF
  899.     (s)T(ructure)   Copy only the directory structure                  OFF
  900.     V(erbose)       Print information on each object copied            ON
  901.  
  902. *Copy <source_spec> <destination_spec> [[~]<options>]
  903.  
  904. *CopyBoot
  905. ---------
  906. *CopyBoot copies the boot block from one MS-DOS floppy disc over the boot
  907. block of another.
  908.  
  909. *CopyBoot <source_drive> <dest_drive>
  910.  
  911. *Count
  912. ------
  913. *Count adds up the size of data held in one or more objects that match the
  914. given wildcard specification. Options are taken from the system variable
  915. Count$Options, and those given to the command.
  916.  
  917.     Options (use `~' to force off, e.g. ~C):                       Default
  918.  
  919.     C(onfirm)       Prompt for confirmation of each count              OFF
  920.     R(ecurse)       Count subdirectories and contents                  ON
  921.     V(erbose)       Print information on each file counted             OFF
  922.  
  923. *Count <object_spec> [[~]<options>]
  924.  
  925. *Countries
  926. ----------
  927. *Countries lists all the countries currently supported.
  928.  
  929. *Countries
  930.  
  931. *Country
  932. --------
  933. *Country selects the appropriate alphabet and keyboard layout for a given
  934. country. With no parameter, this command displays the currently selected
  935. country.
  936.  
  937. *Country [<country_name>]
  938.  
  939. *Create
  940. -------
  941. *Create reserves space for a new file. No data is transferred to the file.
  942. The optional load and execution addresses and length are in hexadecimal.
  943.  
  944. *Create <filename> [<length> [<exec_addr> [<load_addr>]]]
  945.  
  946. *Debug
  947. ------
  948. *Debug enters the debugger. Type Quit to exit.
  949.  
  950. *Debug
  951.  
  952. *Defect
  953. -------
  954. *Defect reports what object contains a defect, or (if none) marks the
  955. defective part of the disc so it will no longer be used.
  956.  
  957. *Defect <disc_spec> <disc_addr>
  958.  
  959. *Delete
  960. -------
  961. *Delete erases a single named file or empty directory.
  962.  
  963. *Delete <object_spec>
  964.  
  965. *Desktop
  966. --------
  967. *Desktop initialises all desktop facilities, then starts the Desktop. It
  968. also runs an optional * Command or file of * Commands.
  969.  
  970. *Desktop [<command>|-File <filename>]
  971.  
  972. *Desktop_...
  973. ------------
  974. *Desktop_... commands (except for *Desktop_SetPalette - see below) are for
  975. internal use only, and you should not use them.
  976.  
  977. *Desktop_SetPalette
  978. -------------------
  979. *Desktop_SetPalette is an obsolete command that now has no effect.
  980.  
  981. *Dir
  982. ----
  983. *Dir selects a directory (by default the user root directory) as the current
  984. directory on a filing system.
  985.  
  986. *Dir [<directory>]
  987.  
  988. *Dismount
  989. ---------
  990. *Dismount ensures that it is safe to finish using a disc by closing all its
  991. files, unsetting all its directories and libraries, forgetting its disc name
  992. (if a floppy disc) and parking its read/write head.
  993.  
  994. *Dismount [<disc_spec>]
  995.  
  996. *Do
  997. ---
  998. *Do passes a command to XOS_GSTrans, and then passes it to the CLI.
  999.  
  1000. *Do <command>
  1001.  
  1002. *DOSMap
  1003. -------
  1004. *DOSMap specifies a mapping between an MS-DOS extension and a RISC OS file
  1005. type. If the only parameter given is an MS-DOS extension, then the mapping
  1006. (if any) for that extension is cancelled. If no parameter is given, then all
  1007. current mappings are listed.
  1008.  
  1009. The mappings are only retained until the next reset.
  1010.  
  1011. *DOSMap [<MS-DOS_extension> [<file_type>]]
  1012.  
  1013. *Drive
  1014. ------
  1015. *Drive sets the current drive if NoDir is set.
  1016.  
  1017. *Drive <drive>
  1018.  
  1019. *Dump
  1020. -----
  1021. *Dump displays the contents of a file, in hexadecimal and ASCII codes. The
  1022. optional file offset and start address are in hexadecimal.
  1023.  
  1024. *Dump <filename> [<file_offset> [<start_address>]]
  1025.  
  1026. *Echo
  1027. -----
  1028. *Echo displays a string on the screen (after translating it using
  1029. OS_GSTrans).
  1030.  
  1031. *Echo <string>
  1032.  
  1033. *Eject
  1034. ------
  1035. *Eject ejects the disc from the given CD-ROM drive, or from the current
  1036. drive if none is specified.
  1037.  
  1038. *Eject [<drive>]
  1039.  
  1040. *EnumDir
  1041. --------
  1042. *EnumDir creates a file of object leafnames from a directory that match the
  1043. wildcarded pattern (by default `*').
  1044.  
  1045. *EnumDir <directory> <output_file> [<pattern>]
  1046.  
  1047. *Error
  1048. ------
  1049. *Error generates an error with the given error number and explanatory text.
  1050.  
  1051. *Error [<error_no>] <text>
  1052.  
  1053. *Eval
  1054. -----
  1055. *Eval evaluates an integer, logical, bit or string expression.
  1056.  
  1057. The expression can use the following operators:
  1058.  
  1059.     +                       addition or string concatenation
  1060.     -, *, /, MOD            integer operations
  1061.     =, <, >, <=, >=, <>     string or integer comparison
  1062.     <<, >>                  arithmetic shift left and right
  1063.     >>>                     logical shift right
  1064.     STR, VAL                conversion between strings and integers
  1065.     AND, OR, EOR, NOT       (bitwise) logical operators
  1066.     RIGHT, LEFT             substring extraction
  1067.     LEN                     string length
  1068.  
  1069.     You can also use brackets.
  1070.  
  1071. *Eval <expression>
  1072.  
  1073. *Ex
  1074. ---
  1075. *Ex lists all the objects in a directory (by default the current directory)
  1076. together with their corresponding file information.
  1077.  
  1078. *Ex [<directory>]
  1079.  
  1080. *Exec
  1081. -----
  1082. *Exec instructs the operating system to take its input from the specified
  1083. file. If no parameter is given, the current exec file is closed.
  1084.  
  1085. *Exec [<filename>]
  1086.  
  1087. *FileInfo
  1088. ---------
  1089. *FileInfo gives full file information for the specified object(s).
  1090.  
  1091. *FileInfo <object_spec>
  1092.  
  1093. *Filer_Action
  1094. -------------
  1095. *Filer_Action is used to start a Filer_Action task running. This command is
  1096. intended for use only within desktop applications.
  1097.  
  1098. *Filer_Action
  1099.  
  1100. *Filer_Boot
  1101. -----------
  1102. *Filer_Boot boots the specified desktop application by running its !Boot
  1103. file.
  1104.  
  1105. *Filer_Boot <application>
  1106.  
  1107. *Filer_CloseDir
  1108. ---------------
  1109. *Filer_CloseDir closes a directory display on the Desktop, and any of its
  1110. sub-directories.
  1111.  
  1112. *Filer_CloseDir <directory>
  1113.  
  1114. *Filer_OpenDir
  1115. --------------
  1116. *Filer_OpenDir opens a directory display on the Desktop. Switches are:
  1117.  
  1118.     Switch          Alternative     Meaning
  1119.  
  1120.     -SmallIcons     -si             display small icons
  1121.     -LargeIcons     -li             display large icons
  1122.     -FullInfo       -fi             display full information
  1123.     -SortByName     -sn             display sorted by name
  1124.     -SortByType     -st             display sorted by type
  1125.     -SortByDate     -sd             display sorted by date
  1126.     -SortBySize     -ss             display sorted by size
  1127.  
  1128. Each parameter (in the syntax) below - except for the switches - can be
  1129. preceded by a keyword:
  1130.  
  1131.     Keyword         Alternative     Precedes parameter
  1132.  
  1133.     -directory      -dir            <directory>
  1134.     -topleftx       -x0             <x>
  1135.     -toplefty       -y1             <y>
  1136.     -width          -w              <width>
  1137.     -height         -h              <height>
  1138.  
  1139. *Filer_OpenDir <directory> [<x> <y> [<width> <height>]] [<switches>]
  1140.  
  1141. *Filer_Run
  1142. ----------
  1143. *Filer_Run performs the equivalent of double-clicking on an object in a
  1144. directory display.
  1145.  
  1146. *Filer_Run <object>
  1147.  
  1148. *Filters
  1149. --------
  1150. *Filters lists all currently active pre- and post-Wimp_Poll filters.
  1151.  
  1152. *Filters
  1153.  
  1154. *FontCat
  1155. --------
  1156. *FontCat lists the fonts available in Font$Path, or in the given directory.
  1157.  
  1158. *FontCat [<directory>]
  1159.  
  1160. *FontInstall
  1161. ------------
  1162. *FontInstall adds a directory to the list of those scanned for fonts. It
  1163. also rescans the directory, even if it was already known to the Font
  1164. Manager.
  1165.  
  1166. *FontInstall [<directory>]
  1167.  
  1168. *FontLibrary
  1169. ------------
  1170. *FontLibrary sets a directory as the font library, replacing the previous
  1171. library in the list of those scanned for fonts.
  1172.  
  1173. *FontLibrary <directory>
  1174.  
  1175. *FontList
  1176. ---------
  1177. *FontList displays the fonts in the font cache, its size, and its free
  1178. space.
  1179.  
  1180. *FontList
  1181.  
  1182. *FontMerge
  1183. ----------
  1184. *FontMerge merges new fonts into an existing !Fonts directory.
  1185.  
  1186. *FontMerge <source> [<destination>]
  1187.  
  1188. *FontRemove
  1189. -----------
  1190. *FontRemove removes a directory from the list of those scanned for fonts.
  1191.  
  1192. *FontRemove [<directory>]
  1193.  
  1194. *Format
  1195. -------
  1196. *Format prepares a new floppy disc for use, or erases a used disc for
  1197. re-use. Formats are:
  1198.  
  1199.     F        1.6M   RISC OS 3       77-entry directories, new map
  1200.     E        800K   RISC OS         77-entry directories, new map
  1201.     D        800K   Arthur 1.2      77-entry directories, old map
  1202.     L        640K   all ADFS        47-entry directories, old map
  1203.  
  1204.     DOS/Q    1.44M  MS-DOS 3.20     double sided high density 3.5" disc
  1205.     DOS/M    720K   MS-DOS 3.20     double sided 3.5" disc
  1206.     DOS/H    1.2M   MS-DOS 3        double sided high density 5.25" disc
  1207.     DOS/N    360K   MS-DOS 2, 3     double sided 3.5", 5.25" disc
  1208.     DOS/P    180K   MS-DOS 2, 3     single sided 5.25" disc
  1209.     DOS/T    320K   MS-DOS 1, 2, 3  double sided 5.25" disc
  1210.     DOS/U    160K   MS-DOS 1, 2, 3  single sided 5.25" disc
  1211.  
  1212.     Atari/M  720K   Atari ST        double sided 3.5" disc
  1213.     Atari/N  360K   Atari ST        single sided 3.5" disc
  1214.  
  1215. You may need extra hardware to support some of these formats. Early models
  1216. of RISC OS computers cannot use DOS/H, DOS/Q and F formats. RISC OS 2 only
  1217. supports L, D and E formats.
  1218.  
  1219. The default is to use F-format.
  1220.  
  1221. *Format <drive> [<format> [<disc_name>]] [Y]
  1222.  
  1223. *Free
  1224. -----
  1225. *Free displays the total free space remaining on a disc. For NetFS, *Free
  1226. displays a user's total free space, as well as the total free space for the
  1227. disc.
  1228.  
  1229. *Free [<disc_spec>]
  1230. *Free [:<file_server>] [<user_name>]                            (NetFS syntax)
  1231.  
  1232. *FS
  1233. ---
  1234. *FS selects the current file server, restoring that file server's context
  1235. (for example, its current directory). If no argument is supplied,
  1236. information is given about your current file server, followed by any
  1237. non-current servers.
  1238.  
  1239. *FS [[:]<file_server>]
  1240.  
  1241. *FSLock_ChangePassword
  1242. ----------------------
  1243. *FSLock_ChangePassword changes the locked filing system and password.
  1244.  
  1245. *FSLock_ChangePassword <fs_name> [<new_pswd> [<new_pswd> [<old_pswd>]]]
  1246.  
  1247. *FSLock_Lock
  1248. ------------
  1249. *FSLock_Lock locks the computer from the partially unlocked state.
  1250.  
  1251. *FSLock_Lock
  1252.  
  1253. *FSLock_Status
  1254. --------------
  1255. *FSLock_Status displays the machine's current lock state.
  1256.  
  1257. *FSLock_Status
  1258.  
  1259. *FSLock_Unlock
  1260. --------------
  1261. *FSLock_Unlock unlocks the computer. If the -full switch is given, then the
  1262. machine will be fully unlocked; otherwise a partial unlock will be done,
  1263. lasting only until the next reset.
  1264.  
  1265. *FSLock_Unlock [-full] [<password>]
  1266.  
  1267. *FwShow
  1268. -------
  1269. *FwShow displays all currently known Freeway objects.
  1270.  
  1271. *FwShow
  1272.  
  1273. *FX
  1274. ---
  1275. *FX calls OS_Byte to alter status variables, and to perform other closely
  1276. related actions.
  1277.  
  1278. *FX <reason_code> [[,] <r1>[[,] <r2>]]
  1279.  
  1280. *Go
  1281. ---
  1282. *Go calls machine code at the given address (default &8000), passing it an
  1283. optional environment string.
  1284.  
  1285. *Go [<hexadecimal_address>] [ ; <environment>]
  1286.  
  1287. *GOS
  1288. ----
  1289. *GOS calls command line mode, and hence allows you to type * Commands.
  1290.  
  1291. *GOS
  1292.  
  1293. *Help
  1294. -----
  1295. *Help gives brief information about each command. There are also some
  1296. special keywords:
  1297.  
  1298.     *Help Commands          lists all the available utility commands
  1299.  
  1300.     *Help FileCommands      lists all the commands relating to filing
  1301.                             systems
  1302.  
  1303.     *Help Modules           lists the names of all currently loaded
  1304.                             modules, with their version numbers and
  1305.                             creation dates
  1306.  
  1307.     *Help Station           displays the current network and station
  1308.                             numbers of your machine
  1309.  
  1310.     *Help Syntax            explains the format used for syntax messages
  1311.  
  1312. *Help [<keyword>]
  1313.  
  1314. *I am
  1315. -----
  1316. *I am selects NetFS and logs you on to a file server. Your user name and
  1317. password are checked by the file server against the password file before
  1318. allowing you access.
  1319.  
  1320. *I am [[:]<file_server_number>|:<file_server_name>] <user_name>
  1321.       [[:<Return>]<password>]
  1322.  
  1323. *IconSprites
  1324. ------------
  1325. *IconSprites merges the sprites in a file with those in the Wimp sprite
  1326. area.
  1327.  
  1328. *IconSprites <filename>
  1329.  
  1330. *If
  1331. ---
  1332. *If conditionally executes a * Command, depending on the value of an
  1333. expression.
  1334.  
  1335. *If <expression> Then <command> [Else <command>]
  1336.  
  1337. *IfThere
  1338. --------
  1339. *IfThere checks for the presence of a given object, and executes one command
  1340. if it exists, or another if it does not
  1341.  
  1342. *IfThere <object_spec> Then <true_command> [Else <false_command>]
  1343.  
  1344. *Ignore
  1345. -------
  1346. *Ignore sets the printer ignore character.
  1347.  
  1348. *Ignore [<ASCII_code>]
  1349.  
  1350. *InetChecksum
  1351. -------------
  1352. *InetChecksum is for internal use only; you should not use it yourself.
  1353.  
  1354. *InetGateway
  1355. ------------
  1356. *InetGateway may be used to enable or to disable IP layer packet forwarding
  1357. (i.e. gateway operation) if multiple network interfaces are present.
  1358.  
  1359. *InetGateway [On|Off]
  1360.  
  1361. *InetInfo
  1362. ---------
  1363. *InetInfo displays information and statistics about the current state of the
  1364. Internet module, which forms a part of the AUN software.
  1365.  
  1366. *InetInfo [r] [i] [p]
  1367.  
  1368. *Info
  1369. -----
  1370. *Info gives file information for the specified object(s).
  1371.  
  1372. *Info <object_spec>
  1373.  
  1374. *InitStore
  1375. ----------
  1376. *InitStore fills user memory with the specified value or register value, or
  1377. with the value &E6000010 (which is an illegal instruction) if no parameter
  1378. is given.
  1379.  
  1380. *InitStore [<value>|<reg>]
  1381.  
  1382. *Key
  1383. ----
  1384. *Key assigns a string to a function key.
  1385.  
  1386. *Key <keynumber> [<string>]
  1387.  
  1388. *Keyboard
  1389. ---------
  1390. *Keyboard selects the appropriate keyboard layout for a given country. With
  1391. no parameter, this command displays the currently selected keyboard layout.
  1392.  
  1393. *Keyboard [<country_name>]
  1394.  
  1395. *LCat
  1396. -----
  1397. *LCat lists all the objects in the named library subdirectory (by default
  1398. the current library).
  1399.  
  1400. *LCat [<directory>]
  1401.  
  1402. *LEx
  1403. ----
  1404. *LEx lists all the objects in the named library subdirectory (by default the
  1405. current library) together with their file information.
  1406.  
  1407. *LEx [<directory>]
  1408.  
  1409. *Lib
  1410. ----
  1411. *Lib selects a directory (the default is filing system dependent) as the
  1412. current library on a filing system.
  1413.  
  1414. *Lib [<directory>]
  1415.  
  1416. *List
  1417. -----
  1418. *List displays the contents of the named file using the configured
  1419. DumpFormat. Each line is numbered.
  1420.  
  1421. *List [-File] <filename> [-TabExpand]
  1422.  
  1423. *ListFS
  1424. -------
  1425. *ListFS displays a list of the file servers which NetFS is able to
  1426. recognise. The optional argument forces the list to be updated before it is
  1427. displayed.
  1428.  
  1429. *ListFS [-force]
  1430.  
  1431. *ListPS
  1432. -------
  1433. *ListPS lists all the currently available printer servers, optionally
  1434. showing their status as well.
  1435.  
  1436. *ListPS [-full]
  1437.  
  1438. *Load
  1439. -----
  1440. *Load loads the named file. The optional load address is in hexadecimal.
  1441.  
  1442. *Load <filename> [<load_addr>]
  1443.  
  1444. *LoadCMOS
  1445. ---------
  1446. *LoadCMOS loads a file into the computer's CMOS RAM, preserving only the
  1447. station number, the current year and the DST flag. All other configured
  1448. values are replaced by those stored in the file.
  1449.  
  1450. *LoadCMOS <filename>
  1451.  
  1452. *LoadFontCache
  1453. --------------
  1454. *LoadFontCache is for internal use only; you should not use it yourself.
  1455.  
  1456. *LoadModeFile
  1457. -------------
  1458. *LoadModeFile loads a ModeInfo file into memory. This makes available all
  1459. the screen modes defined in the file, while removing all modes defined in
  1460. any previously loaded file.
  1461.  
  1462. *LoadModeFile <filename>
  1463.  
  1464. *Lock
  1465. -----
  1466. *Lock locks the disc in the given CD-ROM drive, disabling the Eject button.
  1467. If no drive is specified, the current drive is locked.
  1468.  
  1469. *Lock [<drive>]
  1470.  
  1471. *Logon
  1472. ------
  1473. *Logon logs you on to a file server. Your user name and password are checked
  1474. by the file server against the password file before allowing you access.
  1475.  
  1476. *Logon [[:]<file_server_number>|:<file_server_name>] <user_name>
  1477.        [[:<Return>]<password>]
  1478.  
  1479. *Map
  1480. ----
  1481. *Map displays a disc's free space map.
  1482.  
  1483. *Map [<disc_spec>]
  1484.  
  1485. *Memory
  1486. -------
  1487. *Memory displays the values in memory, in bytes if the optional B is given,
  1488. or in words otherwise.
  1489.  
  1490. *Memory [B] <addr1>|<reg1>
  1491. *Memory [B] <addr1>|<reg1> [+|-]<addr2>|<reg2>
  1492. *Memory [B] <addr1>|<reg1> +|-<addr2>|<reg2> +<addr3>|<reg3>
  1493.  
  1494. *MemoryA
  1495. --------
  1496. *MemoryA displays and alters memory in bytes, if the optional B is given, or
  1497. in words otherwise.
  1498.  
  1499. *MemoryA [B] <addr>|<reg1> [<value>|<reg2>]
  1500.  
  1501. *MemoryI
  1502. --------
  1503. *MemoryI disassembles memory into ARM instructions.
  1504.  
  1505. *MemoryI <addr1>|<reg1>
  1506. *MemoryI <addr1>|<reg1> [+|-]<addr2>|<reg2>
  1507. *MemoryI <addr1>|<reg1> +|-<addr2>|<reg2> +<addr3>|<reg3>
  1508.  
  1509. *ModelList
  1510. ----------
  1511. *ModelList lists all the loaded colour models.
  1512.  
  1513. *ModelList
  1514.  
  1515. *Modules
  1516. --------
  1517. *Modules displays information about all installed relocatable modules.
  1518.  
  1519. *Modules
  1520.  
  1521. *Mount
  1522. ------
  1523. *Mount prepares a disc for general use by setting the current directory to
  1524. its root directory, setting the library directory (if it is currently unset)
  1525. to $.Library, and unsetting the User Root Directory. For NetFS, *Mount
  1526. selects a disc from the file server by setting the current directory, the
  1527. library directory and the User Root Directory.
  1528.  
  1529. *Mount [<disc_spec>]
  1530. *Mount [:]<disc_spec>                                           (NetFS syntax)
  1531.  
  1532. *NameDisc
  1533. ---------
  1534. *NameDisc (or alternatively, *NameDisk) changes a disc's name.
  1535.  
  1536. *NameDisc <disc_spec> <new_name>
  1537.  
  1538. *Net
  1539. ----
  1540. *Net selects the Network Filing System as the current filing system.
  1541.  
  1542. *Net
  1543.  
  1544. *NetMap
  1545. -------
  1546. *NetMap displays the current AUN map table either for the specified net, or
  1547. for all nets if no parameter is specified. The map table shows the net
  1548. number of each net, its name, and its Internet address.
  1549.  
  1550. *NetMap [<net_number>]
  1551.  
  1552. *NetProbe
  1553. ---------
  1554. *NetProbe reports if a remote station is accessible and active, and hence
  1555. can be reached from the local station and network.
  1556.  
  1557. *NetProbe <net_number>.<station_number>
  1558.  
  1559. *NetStat
  1560. --------
  1561. *NetStat displays the current status of any network interface(s) configured
  1562. for AUN. The optional parameter -a gives extra information, including
  1563. traffic counters and full IP addresses.
  1564.  
  1565. *NetStat [-a]
  1566.  
  1567. *Networks
  1568. ---------
  1569.  
  1570. *Networks displays the current AUN routing table. This shows the names of
  1571. any local networks; and also the names of those remote networks that the
  1572. station knows how to reach, and the gateway that it will use to do so.
  1573.  
  1574. *Networks
  1575.  
  1576. *NoDir
  1577. ------
  1578. *NoDir unsets the current directory.
  1579.  
  1580. *NoDir
  1581.  
  1582. *NoLib
  1583. ------
  1584. *NoLib unsets the library directory.
  1585.  
  1586. *NoLib
  1587.  
  1588. *NoURD
  1589. ------
  1590. *NoURD unsets the User Root Directory (URD).
  1591.  
  1592. *NoURD
  1593.  
  1594. *Obey
  1595. -----
  1596. *Obey executes a file of * commands. Argument substitution is performed on
  1597. each line, using parameters passed in the command. With the -v option, each
  1598. line is displayed before execution. With the -c option, the file is cached
  1599. and executed from memory.
  1600.  
  1601. *Obey [[-v][-c] [<filename> [<parameters>]]]
  1602.  
  1603. *Opt 1
  1604. ------
  1605. *Opt 1 sets the filing system message level (for operations involving
  1606. loading, saving or creating a file) for the current filing system:
  1607.  
  1608.     *Opt 1,0   No filing system messages
  1609.  
  1610.     *Opt 1,1   Filename printed
  1611.  
  1612.     *Opt 1,2   Filename, hexadecimal addresses and length printed
  1613.  
  1614.     *Opt 1,3   Filename, and either date stamp and length, or hexadecimal
  1615.                load and exec addresses printed
  1616.  
  1617. *Opt 1 [[,]<n>]
  1618.  
  1619. *Opt 4
  1620. ------
  1621. *Opt 4 sets the boot action for the current filing system:
  1622.  
  1623.     *Opt 4,0   No boot action
  1624.  
  1625.     *Opt 4,1   *Load boot file
  1626.  
  1627.     *Opt 4,2   *Run boot file
  1628.  
  1629.     *Opt 4,3   *Exec boot file
  1630.  
  1631. *Opt 4 [[,]<n>]
  1632.  
  1633. *Pass
  1634. -----
  1635. *Pass changes your password on your current fileserver.
  1636.  
  1637. *Pass [<old_password> [<new_password>]]
  1638.  
  1639. *Path
  1640. -----
  1641.  
  1642. *Path gives a convenient way to set a path variable, so you can refer to a
  1643. full pathname using the shorthand '<path>:'.
  1644.  
  1645. *Path <path> <full_path>
  1646.  
  1647. *PathMacro
  1648. ----------
  1649.  
  1650. *PathMacro gives a convenient way to set a path variable as a macro, so you
  1651. can refer to a full pathname using the shorthand '<path>:'.
  1652.  
  1653. *PathMacro <path> <full_path>
  1654.  
  1655. *Pin
  1656. ----
  1657. *Pin adds a file, application or directory to the desktop pinboard,
  1658. positioning its icon at the given coordinates (in OS units).
  1659.  
  1660. *Pin <object> <x> <y>
  1661.  
  1662. *Pinboard
  1663. ---------
  1664. *Pinboard initialises the pinboard, removing any existing pinned icons and
  1665. backdrop.
  1666.  
  1667. *Pinboard [-Grid]
  1668.  
  1669. *PipeCopy
  1670. ---------
  1671. *PipeCopy copies a file one byte at a time to one or two output files.
  1672.  
  1673. *PipeCopy <source_file> <destination_file1> [<destination_file2>]
  1674.  
  1675. *Play
  1676. -----
  1677. *Play plays from the specified audio track to the end of the disc in the
  1678. given CD_ROM drive, or in the current drive if none is specified.
  1679.  
  1680. *Play <track> [<drive>]
  1681.  
  1682. *PlayList
  1683. ---------
  1684. *PlayList lists the tracks ­ whether audio or data ­ on the disc in the
  1685. given CD-ROM drive, together with their start time and the total CD time. If
  1686. no drive is specified, the current disc's tracks are listed.
  1687.  
  1688. *PlayList [<drive>]
  1689.  
  1690. *PlayMSF
  1691. --------
  1692. *PlayMSF plays a piece of audio from the disc in the given CD-ROM drive, or
  1693. in the current drive if none is specified. The start and stop times are
  1694. specified in minutes, seconds and frames from the start of the disc.
  1695.  
  1696. *PlayMSF <mins>:<secs>:<frames> <mins>:<secs>:<frames> [<drive>]
  1697.  
  1698. *PoduleLoad
  1699. -----------
  1700. Copies a file into an expansion card's RAM.
  1701.  
  1702. *PoduleLoad <expansion_card_number> <filename> [<offset>]
  1703.  
  1704. *Podules
  1705. --------
  1706. *Podules displays a list of the installed expansion cards and extension
  1707. ROMs.
  1708.  
  1709. *Podules
  1710.  
  1711. *PoduleSave
  1712. -----------
  1713. *PoduleSave copies an expansion card's ROM into a file.
  1714.  
  1715. *PoduleSave <expansion_card_number> <filename> <size> [<offset>]
  1716.  
  1717. *Pointer
  1718. --------
  1719. *Pointer turns the mouse pointer on or off.
  1720.  
  1721. *Pointer [0|1]
  1722.  
  1723. *Print
  1724. ------
  1725. *Print displays the contents of the named file by sending each byte to the
  1726. VDU.
  1727.  
  1728. *Print <filename>
  1729.  
  1730. *PS
  1731. ---
  1732. *PS changes the default printer server, checking that the new one exists.
  1733.  
  1734. *PS <printer_server>
  1735.  
  1736. *QSound
  1737. -------
  1738. *QSound generates a sound after a given delay.
  1739.  
  1740. *QSound <channel> <amplitude> <pitch> <duration> <beats>
  1741.  
  1742. *Quit
  1743. -----
  1744. *Quit exits from the current application.
  1745.  
  1746. *Quit
  1747.  
  1748. *Ram
  1749. ----
  1750. *Ram selects the RAM filing system as the current filing system.
  1751.  
  1752. *Ram
  1753.  
  1754. *Remove
  1755. -------
  1756. *Remove erases a single named file or empty directory. No error message is
  1757. given if the object does not exist.
  1758.  
  1759. *Remove <filename>
  1760.  
  1761. *RemoveTinyDir
  1762. --------------
  1763. *RemoveTinyDir removes a file, application or directory icon that was
  1764. previously placed on the icon bar by a *AddTinyDir command. If no pathname
  1765. is given, all such icons are removed from the icon bar.
  1766.  
  1767. *RemoveTinyDir [<object>]
  1768.  
  1769. *Rename
  1770. -------
  1771. *Rename changes the name of an object, within the same storage unit.
  1772.  
  1773. To move objects between discs or filing systems, use the *Copy command with
  1774. the D(elete) option set.
  1775.  
  1776. *Rename <object> <new_name>
  1777.  
  1778. *Render
  1779. -------
  1780. *Render displays the contents of a Draw file. You can optionally transform
  1781. the output with a transformation matrix, render the bounding boxes around
  1782. objects as dotted red rectangles, suppress the rendering of the objects
  1783. themselves, and change the flatness used to render curved paths.
  1784.  
  1785. *Render [-file] <filename> [<m00> <m01> <m10> <m11> <m20> <m21>] [-bbox]
  1786.         [-suppress] [-flatness <flatness>]
  1787.  
  1788. *Repeat
  1789. -------
  1790. *Repeat scans a given directory, applying a command to everything it finds,
  1791. within the limits of the other parameters.
  1792.  
  1793. *Repeat <command> <directory> [-Directories] [-Applications]
  1794.         [-Files|-Type <file_type>] [-CommandTail <cmdtail>] [-Tasks]
  1795.  
  1796. *ResourceFS
  1797. -----------
  1798. *ResourceFS selects the Resource Filing System as the current filing system.
  1799.  
  1800. *ResourceFS
  1801.  
  1802. *RMClear
  1803. --------
  1804. *RMClear deletes all relocatable modules from the module area. Use this
  1805. command only with extreme caution, as it is so drastic in its effects.
  1806.  
  1807. *RMClear
  1808.  
  1809. *RMEnsure
  1810. ---------
  1811. *RMEnsure checks that a module is present and is the given version (or a
  1812. more recent one). The command is executed if this is not the case.
  1813.  
  1814. *RMEnsure <module_title> <version_number> [<command>]
  1815.  
  1816. *RMFaster
  1817. ---------
  1818. *RMFaster makes a module faster by copying it from ROM to RAM. Use this
  1819. command only with extreme caution, as some modules may not work correctly if
  1820. moved.
  1821.  
  1822. *RMFaster <module_title>
  1823.  
  1824. *RMInsert
  1825. ---------
  1826. *RMInsert reverses the action of a previous *Unplug command, but without
  1827. reinitialising any modules.
  1828.  
  1829. *RMInsert <module_title> [<ROM_section>]
  1830.  
  1831. *RMKill
  1832. -------
  1833. *RMKill deactivates and deletes a relocatable module. Use this command only
  1834. with extreme caution, as it may be drastic in its effects.
  1835.  
  1836. *RMKill <module_title>[%<instantiation>]
  1837.  
  1838. *RMLoad
  1839. -------
  1840. *RMLoad loads and initialises a relocatable module.
  1841.  
  1842. *RMLoad <filename> [<module_init_string>]
  1843.  
  1844. *RMReInit
  1845. ---------
  1846. *RMReInit reinitialises a relocatable module, reversing the action of any
  1847. previous *RMKill or *Unplug command. Use this command only with extreme
  1848. caution, as it may be drastic in its effects.
  1849.  
  1850. *RMReInit <module_title> [<module_init_string>]
  1851.  
  1852. *RMRun
  1853. ------
  1854. *RMRun runs a relocatable module, first loading and initialising it if
  1855. necessary.
  1856.  
  1857. *RMRun <filename>
  1858.  
  1859. *RMTidy
  1860. -------
  1861. *RMTidy is an obsolete command that now has no effect.
  1862.  
  1863. *ROMModules
  1864. -----------
  1865. *ROMModules displays information about all relocatable modules currently
  1866. installed in ROM.
  1867.  
  1868. *ROMModules
  1869.  
  1870. *Run
  1871. ----
  1872. *Run loads and executes a file, optionally passing a list of parameters to
  1873. it.
  1874.  
  1875. *Run <filename> [<parameters>]
  1876.  
  1877. *SafeLogon
  1878. ----------
  1879. *SafeLogon checks whether the user is already logged on to the given file
  1880. server, and if not, uses *Logon to log on.
  1881.  
  1882. *SafeLogon [[:]<file_server_number>|:<file_server_name>] <user_name>
  1883.            [[:<Return>]<password>]
  1884.  
  1885. *Save
  1886. -----
  1887. *Save copies the given area of memory to the named file. The length and
  1888. addresses are in hexadecimal.
  1889.  
  1890. *Save <filename> <start_addr> <end_addr> [<exec_addr> [<load_addr>]]
  1891. *Save <filename> <start_addr> + <length> [<exec_addr> [<load_addr>]]
  1892.  
  1893. *SaveFontCache
  1894. --------------
  1895. *SaveFontCache is for internal use only; you should not use it yourself.
  1896.  
  1897. *SChoose
  1898. --------
  1899. *SChoose selects a sprite from the system sprite area for use in subsequent
  1900. sprite plotting operations.
  1901.  
  1902. *SChoose <sprite_name>
  1903.  
  1904. *SCopy
  1905. ------
  1906. *SCopy makes a copy of the source sprite within the system sprite area, and
  1907. renames it as the destination sprite.
  1908.  
  1909. *SCopy <source_sprite_name> <dest_sprite_name>
  1910.  
  1911. *ScreenLoad
  1912. -----------
  1913. *ScreenLoad loads the contents of a sprite file into the graphics window.
  1914.  
  1915. *ScreenLoad <filename>
  1916.  
  1917. *ScreenSave
  1918. -----------
  1919. *ScreenSave saves the contents of the graphics window and its palette to a
  1920. file.
  1921.  
  1922. *ScreenSave <filename>
  1923.  
  1924. *SDelete
  1925. --------
  1926. *SDelete deletes one or more sprites from the system sprite area.
  1927.  
  1928. *SDelete <sprite_name1> [<sprite_name2...>]
  1929.  
  1930. *SDisc
  1931. ------
  1932. *SDisc selects a disc from the current file server by setting the current
  1933. directory, the library directory and the User Root Directory.
  1934.  
  1935. *SDisc [:]<disc_spec>
  1936.  
  1937. *Set
  1938. ----
  1939. *Set assigns a string value to a system variable.
  1940.  
  1941. *Set <varname> <value>
  1942.  
  1943. *SetEval
  1944. --------
  1945. *SetEval evaluates an expression and assigns its value to a system variable.
  1946.  
  1947. *SetEval <varname> <expression>
  1948.  
  1949. *SetMacro
  1950. ---------
  1951. *SetMacro assigns an expression to a system variable. The expression is
  1952. evaluated each time the variable is used.
  1953.  
  1954. *SetMacro <varname> <expression>
  1955.  
  1956. *SetPS
  1957. ------
  1958. *SetPS changes the default printer server, without checking that the new one
  1959. exists.
  1960.  
  1961. *SetPS <printer_server>
  1962.  
  1963. *SetType
  1964. --------
  1965. *SetType sets the file type of the named file to the given textual file type
  1966. or hexadecimal number. If the file does not have a date stamp, then it is
  1967. stamped with the current time and date.
  1968.  
  1969. The command *Show File$Type* displays a list of valid file types.
  1970.  
  1971. *SetType <filename> <file_type>
  1972.  
  1973. *SFlipX
  1974. -------
  1975. *SFlipX reflects a sprite in the system sprite area about its x axis.
  1976.  
  1977. *SFlipX <sprite_name>
  1978.  
  1979. *SFlipY
  1980. -------
  1981. *SFlipY reflects a sprite in the system sprite area about its y axis.
  1982.  
  1983. *SFlipY <sprite_name>
  1984.  
  1985. *SGet
  1986. -----
  1987. *SGet gets a sprite from a rectangular area of the screen, defined by the
  1988. two most recent graphics positions (inclusive), and then saves it in the
  1989. system sprite area.
  1990.  
  1991. *SGet <sprite_name>
  1992.  
  1993. *Shadow
  1994. -------
  1995. *Shadow sets which bank of screen memory is used on subsequent mode changes.
  1996.  
  1997. *Shadow [0|1]
  1998.  
  1999. *Share
  2000. ------
  2001. *Share makes a local directory available as a shared disc.
  2002.  
  2003. *Share <directory> [<disc_name>] [-protected] [-readonly] [-cdrom] [-noicon]
  2004.  
  2005. *ShareFS
  2006. --------
  2007. *ShareFS selects the Shared Filing System as the current filing system.
  2008.  
  2009. *ShareFS
  2010.  
  2011. *ShareFSIcon
  2012. ------------
  2013. *ShareFSIcon adds an icon to the icon bar for a remote shared disc.
  2014.  
  2015. *ShareFSIcon <disc_name>
  2016.  
  2017. *ShareFSWindow
  2018. --------------
  2019. *ShareFSWindow changes the size of the ShareFS transmission window, or -
  2020. with no parameter - reports its current size. You should not change the
  2021. size.
  2022.  
  2023. *ShareFSWindow [<size>]
  2024.  
  2025. *Shares
  2026. -------
  2027. *Shares lists the local directories currently made available as shared
  2028. discs.
  2029.  
  2030. *Shares
  2031.  
  2032. *ShellCLI
  2033. ---------
  2034. *ShellCLI invokes a command shell from a Wimp program, starting it as a Wimp
  2035. task.
  2036.  
  2037. *ShellCLI
  2038.  
  2039. *ShellCLI_Task
  2040. --------------
  2041. *ShellCLI_Task runs an application in a window. This command is intended for
  2042. use only within desktop applications.
  2043.  
  2044. *ShellCLI_TaskQuit
  2045. ------------------
  2046. *ShellCLI_TaskQuit quits the current task window. This command is intended
  2047. for use only within desktop applications.
  2048.  
  2049. *Show
  2050. -----
  2051. *Show displays the name, type and current value of any system variables
  2052. matching the name given. If no name is given, all system variables are
  2053. displayed.
  2054.  
  2055. *Show [<variable_spec>]
  2056.  
  2057. *ShowFree
  2058. ---------
  2059. *ShowFree shows within a desktop window the amount of free space on a
  2060. device.
  2061.  
  2062. *ShowFree -fs <fs_name> <device>
  2063.  
  2064. *ShowRegs
  2065. ---------
  2066. *ShowRegs displays the register contents for the saved state.
  2067.  
  2068. *ShowRegs
  2069.  
  2070. *Shut
  2071. -----
  2072. *Shut closes all open files on all filing systems.
  2073.  
  2074. *Shut
  2075.  
  2076. *ShutDown
  2077. ---------
  2078. *ShutDown closes all open files on all filing systems, logs off all NetFS
  2079. file servers and parks hard disc heads.
  2080.  
  2081. *ShutDown
  2082.  
  2083. *SInfo
  2084. ------
  2085. *SInfo displays information on the system sprite workspace.
  2086.  
  2087. *SInfo
  2088.  
  2089. *SList
  2090. ------
  2091. *SList lists the names of all the sprites in the system sprite area.
  2092.  
  2093. *SList
  2094.  
  2095. *SLoad
  2096. ------
  2097. *SLoad loads a sprite file into the system sprite area.
  2098.  
  2099. *SLoad <filename>
  2100.  
  2101. *SMerge
  2102. -------
  2103. *SMerge merges the sprites in a file with those in the system sprite area.
  2104.  
  2105. *SMerge <filename>
  2106.  
  2107. *SNew
  2108. -----
  2109. *SNew deletes all the sprites in the system sprite area.
  2110.  
  2111. *SNew
  2112.  
  2113. *Sound
  2114. ------
  2115. *Sound generates an immediate sound.
  2116.  
  2117. *Sound <channel> <amplitude> <pitch> <duration>
  2118.  
  2119. *Speaker
  2120. --------
  2121. *Speaker currently does nothing. (It used to turn the internal speaker(s) on
  2122. or off.)
  2123.  
  2124. *Speaker On|Off
  2125.  
  2126. *Spool
  2127. ------
  2128. *Spool sends everything appearing on the screen to the specified file. If no
  2129. filename is given, the current spool file is closed.
  2130.  
  2131. *Spool [<filename>]
  2132.  
  2133. *SpoolOn
  2134. --------
  2135. *SpoolOn adds everything appearing on the screen to the end of an existing
  2136. file. If no filename is given, the current spool file is closed.
  2137.  
  2138. *SpoolOn [<filename>]
  2139.  
  2140. *SRename
  2141. --------
  2142. *SRename renames a sprite within the system sprite area.
  2143.  
  2144. *SRename <old_sprite_name> <new_sprite_name>
  2145.  
  2146. *SSave
  2147. ------
  2148. *SSave saves the system sprite area as a sprite file.
  2149.  
  2150. *SSave <filename>
  2151.  
  2152. *Stamp
  2153. ------
  2154. *Stamp sets the date stamp on a file to the current time and date. If the
  2155. file has not previously been date stamped, it is also given file type
  2156. Data (&FFD).
  2157.  
  2158. *Stamp <filename>
  2159.  
  2160. *Status
  2161. -------
  2162. *Status displays the value of a configuration option in the CMOS RAM. If no
  2163. option is specified, the values of all configuration options are shown.
  2164.  
  2165. *Status [<option>]
  2166.  
  2167. *Stereo
  2168. -------
  2169. *Stereo sets the position in the stereo image of a sound channel.
  2170.  
  2171. *Stereo <channel> <position>
  2172.  
  2173. *Stop
  2174. -----
  2175. *Stop stops playing the disc in the given CD-ROM drive, or in the current
  2176. drive if none is specified.
  2177.  
  2178. *Stop [<drive>]
  2179.  
  2180. *Supported
  2181. ----------
  2182. *Supported lists the drive types recognised by CDFS.
  2183.  
  2184. *Supported
  2185.  
  2186. *TaskWindow
  2187. -----------
  2188. *TaskWindow starts a background task, which will open a task window if it
  2189. needs to get input, or to output a character to the screen.
  2190.  
  2191. *TaskWindow [<command>] [[-wimpslot] <n>K] [[-name] <taskname>] [-ctrl]
  2192.             [-display] [-quit] [-task &<xxxxxxxx>] [-txt &<xxxxxxxx>]
  2193.  
  2194. *Tempo
  2195. ------
  2196. *Tempo sets the Sound system tempo.
  2197.  
  2198. *Tempo <tempo>
  2199.  
  2200. *Territories
  2201. ------------
  2202. *Territories lists the currently loaded territory modules.
  2203.  
  2204. *Territories
  2205.  
  2206. *Time
  2207. -----
  2208. *Time displays the day, date and time of day.
  2209.  
  2210. *Time
  2211.  
  2212. *ToolSprites
  2213. ------------
  2214. *ToolSprites merges the sprites in a file with those in the Wimp's pool of
  2215. border sprites, which are used to redraw window borders.
  2216.  
  2217. *ToolSprites <filename>
  2218.  
  2219. *Tuning
  2220. -------
  2221. *Tuning alters the overall tuning of the Sound system. A value of zero
  2222. resets the default tuning.
  2223.  
  2224. *Tuning <relative_change>
  2225.  
  2226. *TV
  2227. ---
  2228. *TV adjusts the vertical screen alignment and screen interlace.
  2229.  
  2230. *TV [<vert_align>[[,]<interlace>]]
  2231.  
  2232. *Type
  2233. -----
  2234. *Type displays the contents of the named file using the configured
  2235. DumpFormat.
  2236.  
  2237. *Type [-File] <filename> [-TabExpand]
  2238.  
  2239. *UnAlias
  2240. --------
  2241. *Unalias removes an alias for a command.
  2242.  
  2243. *UnAlias <alias>
  2244.  
  2245. *Unlock
  2246. -------
  2247. *Unlock re-enables the Eject button on the given CD-ROM drive, reversing the
  2248. effect of any earlier *Lock command. If no drive is specified, the current
  2249. drive is unlocked.
  2250.  
  2251. *Unlock [<drive>]
  2252.  
  2253. *Unplug
  2254. -------
  2255. *Unplug kills and disables all copies of a ROM resident module. If no
  2256. parameters are given, the unplugged ROM modules are listed.
  2257.  
  2258. *Unplug [<module_title> [<ROM_section>]]
  2259.  
  2260. *Unset
  2261. ------
  2262. *Unset deletes a system variable.
  2263.  
  2264. *Unset <variable_spec>
  2265.  
  2266. *UnShare
  2267. --------
  2268. *UnShare makes a local directory no longer available as a shared disc.
  2269.  
  2270. *UnShare <disc_name>
  2271.  
  2272. *Up
  2273. ---
  2274. *Up moves the current directory up the directory structure by the specified
  2275. number of levels.
  2276.  
  2277. *Up [<levels>]
  2278.  
  2279. *URD
  2280. ----
  2281. *URD sets the User Root Directory (URD). If no directory is specified, the
  2282. URD is set to the root directory.
  2283.  
  2284. *URD [<directory>]
  2285.  
  2286. *Verify
  2287. -------
  2288. *Verify checks that the whole disc (by default the current disc) is
  2289. readable.
  2290.  
  2291. *Verify [<disc_spec>]
  2292.  
  2293. *VIDCBandWidthLimit
  2294. -------------------
  2295. *VIDCBandWidthLimit is for internal use only; you should not use it
  2296. yourself.
  2297.  
  2298. *Voices
  2299. -------
  2300. *Voices displays a list of the installed voices by name and number, and
  2301. shows which voice is assigned to each of the eight channels.
  2302.  
  2303. *Voices
  2304.  
  2305. *Volume
  2306. -------
  2307. *Volume sets the maximum overall volume of the Sound system.
  2308.  
  2309. *Volume <volume>
  2310.  
  2311. *WhichDisc
  2312. ----------
  2313. *WhichDisc displays the unique ID number for the disc in the current CD-ROM
  2314. drive.
  2315.  
  2316. *WhichDisc
  2317.  
  2318. *WimpKillSprite
  2319. ---------------
  2320. *WimpKillSprite removes a sprite from the Wimp sprite area.
  2321.  
  2322. *WimpKillSprite <sprite_name>
  2323.  
  2324. *WimpMode
  2325. ---------
  2326. *WimpMode changes the current screen mode used by the Desktop.
  2327.  
  2328. *WimpMode <screen_mode>
  2329.  
  2330. *WimpPalette
  2331. ------------
  2332. *WimpPalette uses a palette file to set the Wimp's colour palette.
  2333.  
  2334. *WimpPalette <filename>
  2335.  
  2336. *WimpSlot
  2337. ---------
  2338. *WimpSlot changes the memory allocation for the current and (optionally) the
  2339. next Wimp task.
  2340.  
  2341. *WimpSlot [-min] <minsize>[K] [-max <maxsize>[K]] [-next <nextsize>[K]]
  2342.  
  2343. *WimpTask
  2344. ---------
  2345. *WimpTask starts up a new task from within another task.
  2346.  
  2347. *WimpTask <command>
  2348.  
  2349. *WimpWriteDir
  2350. -------------
  2351. *WimpWriteDir sets the direction of text entry for writeable icons to either
  2352. the default for the current territory, or the reverse of that.
  2353.  
  2354. *WimpWriteDir 0|1
  2355.  
  2356. *Wipe
  2357. -----
  2358. *Wipe deletes one or more objects that match the given wildcard
  2359. specification. Options are taken from the system variable Wipe$Options, and
  2360. those given to the command.
  2361.  
  2362.     Options (use `~' to force off, e.g. ~C):                       Default
  2363.  
  2364.     C(onfirm)       Prompt for confirmation of each deletion           ON
  2365.     F(orce)         Force deletion of locked objects                   OFF
  2366.     R(ecurse)       Delete subdirectories and contents                 OFF
  2367.     V(erbose)       Print information on each object deleted           ON
  2368.  
  2369. *Wipe <object_spec> [[~]<options>]
  2370.